* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 24 Oct 2013 00:47:28 +0000 (04:47 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 24 Oct 2013 00:47:28 +0000 (04:47 +0400)
commit3759609ad5ebac64e3590faf4bb1f3eab8f1c170
tree0e706867f3b3a2a8c410cec6acc2699054730299
parentf23724c4d649ad24a8c28ecd8196be95e232601e
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
with parameters" example.  Simplify the "is it block or is it
hash" check, but also make it more thorough.

* test/indent/ruby.rb: Fix syntax error in the latest example.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/ChangeLog
test/indent/ruby.rb